home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mas-software < prev    next >
Text File  |  1995-07-25  |  19KB  |  491 lines

  1. Subject: Mail Archive Server (MAS) software list
  2. Newsgroups: comp.mail.misc,comp.sources.wanted,comp.answers,news.answers
  3. From: jik@GZA.COM (Jonathan I. Kamens)
  4. Date: 25 Mar 1993 01:00:11 -0500
  5.  
  6. Archive-name: mas-software
  7. Version: $Id: archive_servers,v 1.41 1993/03/08 20:05:33 jik Exp $
  8.  
  9.      A Summary of Available Mail Archive Server Software
  10.      ---------------------------------------------------
  11.  
  12.   For each server listed below, I provide the following information,
  13. if known:
  14.  
  15.     Name
  16.     Author
  17.     Maintainer
  18.     Latest known version
  19.     How to get it
  20.     Implementation language
  21.     Supported platforms
  22.     Comments
  23.  
  24.   If you can fill any of the blanks or have comments about anything
  25. written below, or if you have new servers to add to the list, please
  26. let me know.  If you would like to ask me to change this posting in
  27. some way, the method I appreciate most is for you to actually make the
  28. desired modifications to a copy of the posting, and then to send me
  29. the modified posting, or a context diff between my posted version and
  30. your modified version (if you do the latter, make sure to include in
  31. your mail the "Version:" line from my posted version).  Submitting
  32. changes in this way makes dealing with them easier for me and helps to
  33. avoid misunderstandings about what you are suggesting.
  34.  
  35.  
  36.   There are two sections below.  The first describes the various
  37. archive servers, and the second lists known sites from which the
  38. archive servers can be obtained, and how to access them.  The "How to
  39. get it" fields of the archive server descriptions refer to the site
  40. listings.
  41.  
  42.   John Bazik <jsb@cs.brown.edu>, Stephen R. van den Berg
  43. <gerg@physik.tu-muenchen.de>, Warren Burstein <warren@itex.jct.ac.il>,
  44. Nigel Metheringham <nigelm@ohm.york.ac.uk>, Mike Northam
  45. <mbn@fpssun.fps.com>, Chip Salzenberg <chip@tct.com>, and Serge
  46. Vakulenko <vak@kiae.su> provided comments about and corrections to
  47. this posting.
  48.  
  49. ------------------------------------------------------------------
  50.  
  51.  
  52.             Archive Server Summary
  53.             ----------------------
  54.  
  55.  
  56. Name: Almanac
  57. Authors: Erik Bennett and Chris Hansen
  58. Maintainer: almanac-admin@oes.orst.edu
  59. Implementation language: C (configured with Bourne shell)
  60. How to get it: ftp from /pub/almanac-x.x.tar.Z at oes.orst.edu
  61.                (where x.x is the current version)
  62. Latest know version: 1.4
  63. Supported platforms: SunOS, HP/UX, UTek, AIX (RS 6000), most BSD 4.3
  64. Comments: (Chris Hansen <hansenc@oes.orst.edu>)
  65.     Requires sendmail and gdbm
  66.     Can split files on user-defined size limit
  67.     Good user & admin documentation
  68.     Has blacklist
  69.     Logging (through syslog) and usage utilities
  70.     Comes with supplement for automatic mailing list management
  71.     Load checking or queuing left to sendmail
  72.     Main advantage is configuration table:
  73.        Maps user commands to shell commands
  74.        Can have any number of user commands
  75.        Encoding, Filtering, Compression all configurable
  76.        Most other things configurable
  77.        (Possible disadvantages:
  78.         Table can get complicated.
  79.         Good knowledge of shell advised).
  80.  
  81.  
  82. Name: B-Server
  83. Author: Budi Rahardjo <rahardj@ccu.umanitoba.ca>
  84. Implementation language: bourne shell
  85. How to get it: Get "b-server.shar" from grasp1.
  86. Comments: (Dave Shaver <shaver@convex.com>)
  87.     - Don't need to create system-wide alias (uses sendmail
  88.         .forward file)
  89.     - One shell script
  90.     - Can refuse to provide service to certain people
  91.     - Has file and request limits
  92.     - 4 user commands: help, index, send, get
  93. Comments: (john.Latala@Waterloo.NCR.COM)
  94.     - Only does text files
  95.  
  96.  
  97. Name: Bart (Brode's Archive Retrieval Thang)
  98. Author: Jon Brode <brode@icpsr.umich.edu>
  99. Latest known version: beta release
  100. How to get it: Send E-mail to <brode@icpsr.umich.edu> and ask for it.
  101. Implementation Language: C
  102. Support platforms: Expects BSD, sendmail and ndbm, but might work with
  103.                     some tweaking in other environments.
  104. Comments: (from author)
  105.         Beta release can be obtained from the author but should not be
  106.             redistributed; the final release will have more lenient
  107.             distribution conditions.
  108.         Runs from alias or .forward file
  109.         Very careful about not overloading server. (does load checking on BSD
  110.             machines, in addition to the other things)
  111.         5 commands: help, index, path, send, sendb ("sendb" automatically
  112.             encodes the file, "send" determines whether the file needs to
  113.             be encoded first)
  114.         Can request files by parts. Useful for requesting files larger
  115.             than quota and retrieving pieces that get lost in the mail
  116.         Can do per-user quota checking.
  117.         It has a man page!
  118.         Has uuencode encoding built into C code, does not support other
  119.             encoding types yet.
  120.         No user error notification on bad requests.
  121.  
  122.     
  123. Name: Clarkson
  124. Author: Michael DeCorte
  125. How to get it: Get "archive-server" from CLARKSON.
  126. Implementation language: bourne shell, awk
  127. Comments: (Tom Fitzgerald <fitz@wang.com>)
  128.    Advantages:
  129.     Most flexible options for archiving, compressing, encoding and
  130.       slicing result.
  131.     Very nice load-limiting.
  132.    Disadvantages:
  133.     Many BSDism's (I tried porting it to SysV without much luck).
  134.     Can't return several requested items, one item per mail message.
  135.       It insists on packaging up all requests into a single archive,
  136.       splitting the archive at random points and mailing the result.
  137.     Can't store items compressed and have them mailed back to the
  138.       requestor decompressed.
  139.  
  140.  
  141. Name: DECWRL
  142. Author: Brian Reid.
  143. Implementation language: bourne shell, awk, a little bit of C
  144. How to get it: (1) Get "decwrl.shar" from grasp1.  (2) Get
  145.     "/pub/unix/archive.tar.Z" via anonymous ftp from
  146.     ftp.cs.widener.edu (slightly modified).
  147. Comments: (Dave Shaver <shaver@convex.com>)
  148.     - Written with many shell scripts and a few AWK scripts
  149.     - Very careful about not overloading server machine
  150.         (Remember, this used to run on an over-worked VAX.)
  151.     - Very easy to install; best of the group?
  152.     - Code is all quite generic
  153.     - Good at letting person making request know what happened
  154.         (No black holes for mail.)
  155.     - Good user-level docs (especially the "help" file)
  156.     - Very fair queuing system; people can't make "pigs" of
  157.         themselves
  158.     - 4 user commands: help, index, send, path
  159. Comments: (Tom Fitzgerald <fitz@wang.com>)
  160.    Advantages:
  161.     Simplest.
  162.     Very nice load-limiting, can be set up to run only at night.
  163.     Easily configurable, and portable to Sys V with a little work.
  164.    Disadvantages:
  165.     All items in archive must be text, and are sent out as-is.  No
  166.       packaging options at all.
  167.     Written in sh, may be a heavy system load (when running).
  168. Comments: (Chris Siebenmann <cks@hawkwind.utcs.toronto.edu>)
  169.      We use the DECWRL server for the CA*NET info server; I picked
  170.     it over the other ones (primarily the Clarkson one) because it
  171.     was sufficiently small and clear that I could read all the
  172.     shell scripts and be pretty confidant that it had no surprises
  173.     and I understood what was going on. One could probably run it
  174.     out of a .forward file with some work writing at-based
  175.     frontends, but it prefers to be installed and run with cron
  176.     and an alias.
  177.  
  178.  
  179. Name: deliver
  180. Author: Chip Salzenberg <chip@tct.com>
  181. Latest known version: 2.1, patchlevel 10
  182. How to get it: From the comp.sources.reviewed archives.
  183. Implementation language: C
  184. Comments: This isn't a full-fledged archive server, it's just a
  185.     program to reroute incoming mail.  Which isn't to say that it
  186.     can't be used to write an archive server....
  187. Comments: (Brian.Onn@Canada.Sun.COM)
  188.     I've written our mail based archive server entirely in Deliver
  189.     shell scripts.  It's not as full featured as the other ones,
  190.     but it can easily be expanded to become that.  The beauty of
  191.     deliver is that it is entirely shell script based.
  192.  
  193.  
  194. Name: KISS
  195. Author: T. William Wells <bill@twwells.com>
  196. Latest known version: 1.0
  197. How to get it: (1) Get "kiss.shar" from grasp1.  (2) Get
  198.     "misc/kiss.shar" from JASON-ARCHIVE (slightly modified).  (3)
  199.     Get "/pub/archives/alt.sources/kiss-server_bill" via anonymous
  200.     ftp from hydra.helsinki.fi.
  201. Implementation language: bourne shell
  202. Comments: (Dave Shaver <shaver@convex.com>)
  203.     - Simple.  8-)
  204.     - One shell script, plus a user-supplied program
  205.     - No batching, quotas, or scheduling.
  206.     - 5 user commands: help, index, send, path, quit
  207.     - Good install docs
  208.  
  209.  
  210. Name: listserv
  211. Author: Anastasios C. Kotsikonas (tasos@cs.bu.edu)
  212. Latest known version: 5.41
  213. How to get it: From /pub/listserv on cs.bu.edu via anonymous ftp.
  214.     Also in alt.sources archives with subject "unix-listserv" in
  215.     three parts.
  216. Implementation language: C, plus some UNIX-style shell scripts.
  217. Supported platforms: UNIX, presumably.
  218. Comments: This is a mailing list server rather than a mail archive
  219.     server.  It is meant to automatically run mailing lists,
  220.     dealing with subscriptions, unsubscriptions, message
  221.     distribution, etc.  Like the BITNET listserv system, but for
  222.     UNIX.  The newest version does appear to have some support for
  223.     archives as well.
  224.  
  225.  
  226. Name: Logix
  227. Author: Jan-Piet Mens
  228. Latest known version: 1.01
  229. How to get it: Get the posting entitled "Mail-Server Part 01/01" from
  230.     the alt.sources archives.  An improved version (Bill Silvert's
  231.     -- see his comments below) is available via anonymous ftp from
  232.     /pub/unix/mail-server.tar.Z on biome.bio.ns.ca.
  233. Implementation language: C
  234. Comments: (Bill Silvert <silvert@biome.bio.ns.ca>)
  235.     Changes I have made include support for optional (as opposed
  236.     to compulsary) uuencoding using the Dumas uuencode, which
  237.     makes it possible to run uudecode (the Dumas version) on a
  238.     complete multi-part mail file without editing it first, and
  239.     improved messages.
  240.  
  241.  
  242. Name: NETLIB
  243. Author: Jack J. Dongarra, Eric Grosse
  244. How to get it: Get "netlib from misc" from NETLIB.
  245. Implementation language: C
  246. Comments: (Dave Shaver <shaver@convex.com>)
  247.     - User-level docs a bit rough.    Assumes user is quite mail savvy.
  248.         (Not a fair assumption in my case.)
  249.     - Catches "pigs" effectively, but no queuing system for requests.
  250.     - Notices attempted security violations using magic shell characters
  251.     - Install docs adequate, but not outstanding
  252.     - Hard to install since site-specific stuff not centralized
  253.         in a config file.
  254.     - Has almost no interal documentation (i.e. comments)
  255.     - Eclectic mix of shell scripts and C programs
  256.     - Some sections of code very specific to serving libs.    Does
  257.         not generalize well to ASCII files.
  258. Comments: Tom Fitzgerald <fitz@wang.com>
  259.    Advantages:
  260.     Arbitrary directories can be made part of archives, archives don't
  261.       have to all be under a single directory tree.
  262.     Written in C, probably imposes the least system load.
  263.     Reasonably portable and configurable.
  264.    Disadvantages
  265.     Really complicated, with inadequate documentation
  266.     No queuing or load-balancing.  All requested items are sent out
  267.       immediately regardless of system load.
  268.     Poorest at figuring out return addresses.
  269.     All items in archive are sent out as-is.  No packaging options.
  270.       (They can be binary, they will be sent out uuencoded).
  271.  
  272.  
  273. Name: procmail
  274. Author: Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de>
  275. Latest known version: 2.71
  276. How to get it: (1) Get "procmail" from volume 31 of comp.sources.misc
  277.     archives.  (2) "/pub/unix/procmail.tar.Z" via anonymous ftp from
  278.     ftp.informatik.rwth-aachen.de (possibly more up-to-date).
  279. Implementation language: C
  280. Supported platforms: generic UNIX (or any posix compliant OS)
  281. Comments: This isn't a full-fledged archive server, it's a program to
  282.     parse incoming mail and sort/invoke other programs based on the
  283.     results, but it can be used as a very reliable front end to some
  284.     of the archive servers mentioned here.
  285.     - It includes a utility program called formail, which is
  286.       particularly intelligent in figuring out return addresses and
  287.       generating auto-reply headers.
  288.  
  289.  
  290. Name: qdms
  291. Author: Lars Magnusson <lmn@z.amu.se>
  292. Latest known version: 1.0
  293. How to get it: (1) Get "qdms - a simple mailserver for cramped disks."
  294.     from the alt.sources archives.  (2) Get a (possibly more
  295.     up-to-date) version from mailserver@z.amu.se.
  296. Implementation language: Bourne shell, requires shell functions
  297. Comments: Looks like it has some sort of access control and
  298.     blacklisting.  Don't know what else.
  299.  
  300.  
  301. Name: Relcom
  302. Author: vak@kiae.su (Serge Vakulenko)
  303. Maintainer: vak@kiae.su (Serge Vakulenko)
  304. Latest known version: 1.0
  305. How to get it: Send a message to mailserv@kiae.su with "get
  306.     mailserv.tar.Z" in the body.
  307. Implementation language: C
  308.  
  309.  
  310. Name: RNALIB
  311. Author: Paulo Ventafridda <venta@otello.sublink.org>, Marco Lorenzini
  312.     <marlor@gear.sublink.org>
  313. Latest known version: 2.2 beta-3
  314. Implementation language: bourne shell
  315. How to get it: (1) Get "rnalib2" from volume 15 of comp.sources.misc
  316.     archives.  (2) Get "RNALIB 2.2 beta" and "upgrade to beta-3"
  317.     from alt.sources archive on valhalla.ee.rochester.edu.
  318. Comments:
  319.     - Completely implemented in one bourne shell script plus
  320.       several data files.
  321.     - Allows libraries to be all over the filesystem hiearchy
  322.       (i.e. not in fixed data directory).
  323.     - Understands a variety of packing formats, and detects binary
  324.       file automatically (and uuencodes them).
  325.     - Requires bourne shell with support for functions.
  326.     - Very poor address parsing.
  327.     - No queueing.
  328.     - Has "blacklists" to prevent people from transferring and
  329.       "whitelists" to allow specific people to tell the server to
  330.       deliver to third parties.
  331.     - Detects "hogs" and imposes maximum credit limits.
  332.  
  333.  
  334. Name: Squirrel Mail Server
  335. Version: 3.1
  336. Author: Johan Vromans <jv@mh.nl>
  337. How to get it: (1) Send a mail message to <mail-server@nluug.nl> with 
  338.     contents
  339.  
  340.         begin
  341.         send mail-server
  342.         end
  343.  
  344.     (2) Get "mserv" from volume 34 of the comp.sources.misc
  345.     archives.
  346. Implementation language: perl
  347. Description (from the author):
  348.  
  349.     The Squirrel Mail Server is a mail response program. You can
  350.     send email to it, and it will try to react sensible to your
  351.     message. 
  352.  
  353.     Main purpose of the mail server is to obtain files from a
  354.     local archive or FTP server, but other functions can be added
  355.     easily.
  356.  
  357.     The Squirrel Mail Server Software is distributed under the
  358.     terms of the GNU Public Licence.
  359.  
  360.     New and improved features in version 3.1:
  361.  
  362.       - Transparent (anonymous) FTP interface. You can fetch files
  363.         from remote FTP servers. Files retrieved are cached
  364.         locally, so subsequent requests can be honoured from the
  365.         cache.
  366.  
  367.       - Delivery can take place via email or uucp or both.
  368.         Delivery via UUCP can be made preferred.
  369.  
  370.       - FTP requests can be restricted to UUCP delivery.
  371.  
  372.       - Multiple servers can be installed using the same software.
  373.  
  374.     A brief survey of old and new features:
  375.  
  376.       - All written in perl, hence portable and easily
  377.         maintainable.  Code is readable; useful, plentiful
  378.         comments. Very extentable and easily modified.
  379.       - Easy to install.
  380.       - Good at letting person making request know what happened.
  381.         Good "help" reply.
  382.       - Archives can be split over a number of directories or file
  383.         systems.
  384.       - Requests are queued and processed by a separate daemon
  385.         process (e.g. from cron). This cuts down on the system
  386.         load. Moreover, you can control when the queue is being
  387.         run.
  388.       - Requests can be honoured `as is' (name the file and you'll
  389.         get it), but the server can also perform directory
  390.         searches and index file lookup.  You need GNU find and
  391.         locate for the index lookup feature.
  392.       - While looking for files, the server knows about commonly
  393.         handled filenames (e.g. ".tar.Z" in "foo.tar.Z") and
  394.         pseudo-standard version numbering (e.g. "gcc-2.1.tar.Z").
  395.         It is quite well possible that a simple request for
  396.         "emacs" will actually transmit the file
  397.         "gnu/emacs-18.58/dist/emacs-18.58.tar.Z".
  398.       - Requests can be encoded using a number of encoding
  399.         schemes, e.g.  uuencode, xxencode, Dumas' uue and btoa.
  400.       - Requests that are too large to send in one piece are
  401.         automatically split and transferred in parts. The server
  402.         provides a smart unpacking program on request,
  403.       - Parts of requests can be re-transmitted in case of
  404.         failure.
  405.       - Requests can designate a directory. In this case the whole
  406.         directory tree is packed using some popular packing
  407.         programs (compressed tar, zoo or zip).
  408.       - Requests can be sent by email, or via uucp.
  409.       - The server can be asked to return a list of archive
  410.         entries that match a given request, thus obsoleting the
  411.         need to transfer huge "ls-lR" type index files to find out
  412.         whatsitcalled.
  413.       - All transfers can be logged. Maintenance procedures
  414.         include a reporting tool.
  415.       - Transparent anonymous FTP interface.  Files retrieved via
  416.         FTP can be stored locally, so subsequent requests can be
  417.         granted without new transfers.
  418.  
  419.     Probable future directions:
  420.  
  421.       - Automatic (and transparent) downloading of unknown archive
  422.         entries from other archive servers.
  423.       - Archive lookup by keyword.
  424.       - Notifier services (you'll be notified if archive entries
  425.         are added).
  426.       - Remote maintenance of the archives.
  427.  
  428.     Requirements:
  429.  
  430.       - Perl 4.0 patchlevel 35 or later.
  431.         NOTE that perl 4.0 pl35 contains a bug that can be fixed
  432.         by a patch obtainable from the NLUUG mail server -- see
  433.         below.
  434.       - GNU find 3.5 or later (only if you want to exploit the
  435.         index features).
  436.       - A decent mail system that can deliver mail to a process
  437.         (sendmail, smail3, or smail2.5 w/ mods).
  438.  
  439.     ===================== 
  440.     Some unofficial Patches to perl 4.0 patchlevel 35 can be
  441.     obtained from the NLUUG mail server by sending a mail to
  442.     <mail-server@nluug.nl> with contents:
  443.         begin
  444.         send XPatch-4.035.tar.Z
  445.         end
  446.  
  447.  
  448. ------------------------------------------------------------------
  449.  
  450.  
  451.               Archive Site Instructions
  452.               -------------------------
  453.  
  454. CLARKSON: Send mail to "archive-server@sun.soe.clarkson.edu" with
  455.     "send <what you want>" as the text of the message, e.g. "send
  456.     archive-server".  If you want it to be archived as a shar
  457.     file, then add a line saying "archiver shar" before the "send"
  458.     line.  You can also use "archiver tar".  If you don't specify
  459.     an archiver, then the files in the request will be separated
  460.     by "--- cut here ---" lines and you'll have to extract them by
  461.     hand or write some sort of script to do it.
  462.  
  463. grasp1: Ftp to grasp1.univ-lyon1.fr and look in
  464.     pub/unix/mail/mail-servers, or use the FTP-by-mail server at
  465.     ftpmail@grasp1.univ-lyon1.fr, or use an FTP-by-mail server
  466.     closer to you if there is one.
  467.  
  468. JASON-ARCHIVE: Send mail to "penneyj@slc.com" with a subject line
  469.     containing the string "jason-archive-request" and a body
  470.     containing "send <what you want>", e.g. "send misc/kiss.shar".
  471.     If you want multiple files, you can specify multiple requests
  472.     on separate lines of the file.
  473.  
  474. NETLIB: Send mail to "netlib@research.att.com" with "send
  475.     <what you want>", e.g. "send netlib from misc", as the text of
  476.     the message.
  477.  
  478. UTRECHT: Anonymous ftp to ftp.cs.ruu.nl and look in the directory
  479.     /pub, or send mail to "mail-server@cs.ruu.nl" with the lines:
  480.  
  481.     begin
  482.     send <filename>
  483.     end
  484.  
  485.     You replace "<filename>" with the file you want to retrieve,
  486.     e.g. "send UNIX/mailserver.tar.Z".
  487.  
  488. -- 
  489. Jonathan Kamens         Geer Zolot Associates           jik@GZA.COM
  490.  
  491.